Release 10.1A: OpenEdge Development:
ADM Reference


anyKey

Procedure that runs persistently on any key of the selection fill-in.

Used only with the view-as browse option. The persistent trigger that calls this is defined if DefineAnyKeyTrigger is TRUE. The user could define an override of this in selectcustom.p if more sophisticated interactions with the data-source are required without starting the browse. For example:

listif last-event:key-function = "cursor-down" 
then run fetchNext in getDataSource(). 

Location: select.p

Parameters: None

Examples:

listif last-event:key-function = "cursor-down" 
then run fetchNext in getDataSource(). 

Notes: None


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095